Better notes
authorjustbur <justin@burkett.cc>
Wed, 15 Jul 2015 18:11:04 +0000 (14:11 -0400)
committerjustbur <justin@burkett.cc>
Wed, 15 Jul 2015 18:11:04 +0000 (14:11 -0400)
which-key.el

index d9ca4ac7961a1ac707ec55ce5b45f00fd701c1cf..f2edf7901c6d5b0817310293239162a93e3475be 100644 (file)
@@ -263,7 +263,7 @@ Used when `which-key-popup-type' is frame.")
           (when (and (> echo-keystrokes 0)
                      (eq which-key-popup-type 'minibuffer))
             (setq echo-keystrokes which-key-echo-keystrokes)
-            (message "Which-key: note echo-keystrokes changed from %s to %s"
+            (message "which-key: echo-keystrokes changed from %s to %s"
                      which-key--echo-keystrokes-backup echo-keystrokes)))
         (add-hook 'pre-command-hook #'which-key--hide-popup)
         (add-hook 'focus-out-hook #'which-key--stop-open-timer)
@@ -322,7 +322,7 @@ bottom."
     (error "KEY and REPL should be strings"))
   (cond ((null alist) (list (cons key repl)))
         ((assoc-string key alist)
-         (message "Which-key: note the key %s already exists in %s. This addition will override that replacement."
+         (message "which-key: the key %s already exists in %s. This addition will override that replacement."
                   key alist)
          (setcdr (assoc-string key alist) repl)
          alist)